babl.git
19 years agoavoid divisions by zero, thus making the reference conversions correct.
Øyvind Kolås [Wed, 14 Feb 2007 23:23:36 +0000 (23:23 +0000)]
avoid divisions by zero, thus making the reference conversions correct.

* babl/base/model-rgb.c: (premultiplied_to_non_premultiplied),
(rgba_gamma_2_2_premultiplied2rgba): avoid divisions by zero,
thus making the reference conversions correct.

svn path=/trunk/; revision=216

19 years agoupdated news for many versions.
Øyvind Kolås [Sun, 11 Feb 2007 01:29:37 +0000 (01:29 +0000)]
updated news for many versions.

* NEWS: updated news for many versions.

svn path=/trunk/; revision=215

19 years agoChanged CVS reference to SVN.
Kevin Cozens [Sat, 10 Feb 2007 04:16:17 +0000 (04:16 +0000)]
Changed CVS reference to SVN.

2007-02-09  Kevin Cozens  <kcozens@cvs.gnome.org>

* autogen.sh: Changed CVS reference to SVN.

* configure.ac: Set BABL_UNSTABLE to 1 for odd micro numbers
when major and minor are both 0.

* babl.pc.in
* babl/Makefile.am
* tests/Makefile.am: Use version number in library name.

svn path=/trunk/; revision=214

19 years agobabl/Makefile.am babl/base/Makefile.am Removed references to .cvsignore.
Kevin Cozens [Sat, 10 Feb 2007 02:10:39 +0000 (02:10 +0000)]
babl/Makefile.am babl/base/Makefile.am Removed references to .cvsignore.

2007-02-09  Kevin Cozens  <kcozens@cvs.gnome.org>

* babl/Makefile.am
* babl/base/Makefile.am
* docs/graphics/Makefile.am: Removed references to .cvsignore.

* docs/Makefile.am: Removed reference to .cvsignore. Removed
^M from end of lines.

svn path=/trunk/; revision=213

19 years agobabl/Makefile.am babl/base/Makefile.am Removed references to .cvsignore.
Kevin Cozens [Sat, 10 Feb 2007 02:08:08 +0000 (02:08 +0000)]
babl/Makefile.am babl/base/Makefile.am Removed references to .cvsignore.

2007-02-09  Kevin Cozens  <kcozens@cvs.gnome.org>

* babl/Makefile.am
* babl/base/Makefile.am
* docs/graphics/Makefile.am: Removed references to .cvsignore.

* docs/Makefile.am: Removed reference to .cvsignore. Removed
^M from end of lines.

svn path=/trunk/; revision=212

19 years agoremoved .cvsignore files
Øyvind Kolås [Wed, 31 Jan 2007 00:13:02 +0000 (00:13 +0000)]
removed .cvsignore files

svn path=/trunk/; revision=211

19 years agoRemoved .cvsignore files.
Øyvind Kolås [Tue, 30 Jan 2007 23:36:09 +0000 (23:36 +0000)]
Removed .cvsignore files.

svn path=/trunk/; revision=210

19 years agoset version to 0.0.13
Øyvind Kolås [Sun, 28 Jan 2007 17:09:00 +0000 (17:09 +0000)]
set version to 0.0.13

* configure.ac: set version to 0.0.13

svn path=/trunk/; revision=209

19 years agoset version to 0.0.12
Øyvind Kolås [Sun, 28 Jan 2007 17:08:17 +0000 (17:08 +0000)]
set version to 0.0.12

* configure.ac: set version to 0.0.12

svn path=/trunk/; revision=208

19 years agothings are not in CVS but SVN now.
Øyvind Kolås [Sun, 28 Jan 2007 17:03:22 +0000 (17:03 +0000)]
things are not in CVS but SVN now.

* docs/index-static.html.in: things are not in CVS but SVN now.

svn path=/trunk/; revision=207

19 years agoshut up compiler warning.
Øyvind Kolås [Sun, 28 Jan 2007 16:55:03 +0000 (16:55 +0000)]
shut up compiler warning.

* babl/babl-conversion.c: (babl_conversion_new): shut up compiler
warning.

svn path=/trunk/; revision=206

19 years agogive names to the custom formats.
Øyvind Kolås [Sun, 28 Jan 2007 16:53:31 +0000 (16:53 +0000)]
give names to the custom formats.

* extensions/gegl-fixups.c: (init): give names to the custom formats.

svn path=/trunk/; revision=205

19 years agoadded Michael Natterer as janitor.
Øyvind Kolås [Sun, 28 Jan 2007 15:40:52 +0000 (15:40 +0000)]
added Michael Natterer as janitor.

* AUTHORS: added Michael Natterer as janitor.

svn path=/trunk/; revision=204

19 years agoadded Tim Mooney
Øyvind Kolås [Sun, 28 Jan 2007 15:05:16 +0000 (15:05 +0000)]
added Tim Mooney

* AUTHORS: added Tim Mooney

svn path=/trunk/; revision=202

19 years agoadded optimized permutator for going from cairo's buffer format to RGBA
Øyvind Kolås [Sun, 28 Jan 2007 14:46:07 +0000 (14:46 +0000)]
added optimized permutator for going from cairo's buffer format to RGBA

* extensions/gegl-fixups.c: (conv_bgrA8_rgba8), (init): added
optimized permutator for going from cairo's buffer format to RGBA byte
order, as well as unpremultiplying.

svn path=/trunk/; revision=201

19 years agofixed gamma conversion.
Øyvind Kolås [Sun, 28 Jan 2007 14:30:57 +0000 (14:30 +0000)]
fixed gamma conversion.

* extensions/gegl-fixups.c: fixed gamma conversion.

svn path=/trunk/; revision=200

19 years agodeclare the test programs used during doc creating as variables to keep
Michael Schumacher [Mon, 22 Jan 2007 00:33:20 +0000 (00:33 +0000)]
declare the test programs used during doc creating as variables to keep

2007-01-22  Michael Schumacher  <schumaml@cvs.gnome.org>

* docs/Makefile.am: declare the test programs used during doc
creating as variables to keep the commands in targets readable.

svn path=/trunk/; revision=199

19 years agoApplied patch from Tim Mooney fixing bug #392916
Øyvind Kolås [Sun, 21 Jan 2007 23:40:45 +0000 (23:40 +0000)]
Applied patch from Tim Mooney fixing bug #392916
* extensions/Makefile.am: $(prefix)/lib/babl-0.0 for its extensions
dir, which is incorrect for many 64 bit platforms.  It should instead
use $(libdir)/babl-0.0.

svn path=/trunk/; revision=198

19 years agoapplied patch from Tim Mooney fixing bug #392843, replacing _FUNCTION_
Øyvind Kolås [Sun, 21 Jan 2007 23:34:06 +0000 (23:34 +0000)]
applied patch from Tim Mooney fixing bug #392843, replacing _FUNCTION_

* babl/babl-internal.h: applied patch from Tim Mooney fixing bug
#392843, replacing _FUNCTION_ with _func_ which is the C99 equivalent
of the gcc extension.

svn path=/trunk/; revision=197

19 years agoremove the check for dlopen again - didn't work as intended for #idfef
Michael Schumacher [Tue, 16 Jan 2007 00:39:31 +0000 (00:39 +0000)]
remove the check for dlopen again - didn't work as intended for #idfef

2007-01-16  Michael Schumacher  <schumaml@cvs.gnome.org>

* configure.ac: remove the check for dlopen again - didn't work as
intended
* babl/babl-extension.c: for #idfef WIN32, #define dl* functions
to their Windows equivalents (LoadLibrary, GetProcAddress,
FreeLibrary).

svn path=/trunk/; revision=196

19 years agodefine HAVE_DLOPEN if HAVE_DLFCN is set.
Øyvind Kolås [Mon, 8 Jan 2007 14:01:39 +0000 (14:01 +0000)]
define HAVE_DLOPEN if HAVE_DLFCN is set.

* babl/babl-extension.c: define HAVE_DLOPEN if HAVE_DLFCN is set.

svn path=/trunk/; revision=195

19 years agoset version to 0.0.11
Øyvind Kolås [Sun, 7 Jan 2007 23:59:06 +0000 (23:59 +0000)]
set version to 0.0.11

* configure.ac: set version to 0.0.11

svn path=/trunk/; revision=194

19 years agoThis change makes babl buildable on Windows.
Michael Schumacher [Sat, 6 Jan 2007 14:21:14 +0000 (14:21 +0000)]
This change makes babl buildable on Windows.

2007-01-06  Michael Schumacher  <schumaml@cvs.gnome.org>

        This change makes babl buildable on Windows.

* configure.ac: Add a check for function dlopen and disabled
static libs by default. Check for gettimeofday by using
AC_REPLACE_FUNCS.

* babl/babl-internal.h: Add definitions for srandom and radnom to
srand and rand for the windows platform.
* babl/babl-conversion.c
* babl-model.c: Include babl-internal.h after math.h

* babl/babl-extension.c: Use #ifdef HAVE_DLOPEN to hide dl* if it
is not available.

* babl/Makefile.am: Removed win32_libs and added @LTLIBOBJS@ to
LIBADD to get the replacement for gettimeofday linked in if
needed.

* babl/gettimeofday.c: New file to provide a replacement for
gettimeofday, only used on Windows yet.

svn path=/trunk/; revision=193

19 years agodon't go into the extensions subdirectory on Windows removed the
Michael Schumacher [Sat, 6 Jan 2007 13:48:10 +0000 (13:48 +0000)]
don't go into the extensions subdirectory on Windows removed the

2007-01-06  Michael Schumacher  <schumaml@cvs.gnome.org>

* Makefile.am: don't go into the extensions subdirectory on
Windows
* extensions/Makefile.am: removed the win32_libs definition, using
libgw32c does more harm than good, apparently

svn path=/trunk/; revision=192

19 years agoadded EXEEXT to the tools used in some commands
Michael Schumacher [Sat, 6 Jan 2007 13:00:28 +0000 (13:00 +0000)]
added EXEEXT to the tools used in some commands

2007-01-06  Michael Schumacher  <schumaml@cvs.gnome.org>

* docs/Makefile.am: added EXEEXT to the tools used in some
commands

* docs/tools/changelog2rss: remove unused SET_TITLE and
LISTING_TYPE; the former did cause an error on Windows

svn path=/trunk/; revision=191

19 years agoFixes for various punctuation, grammar, and typographical errors.
Kevin Cozens [Tue, 2 Jan 2007 04:01:31 +0000 (04:01 +0000)]
Fixes for various punctuation, grammar, and typographical errors.

2007-01-01  Kevin Cozens  <kcozens@cvs.gnome.org>

* docs/index-static.html.in: Fixes for various punctuation, grammar,
and typographical errors.

svn path=/trunk/; revision=190

19 years agoChanges to properly (or at least better) version the babl library.
Kevin Cozens [Tue, 2 Jan 2007 03:53:39 +0000 (03:53 +0000)]
Changes to properly (or at least better) version the babl library.

2007-01-01  Kevin Cozens  <kcozens@cvs.gnome.org>

* configure.ac: Changes to properly (or at least better) version the
babl library.

* babl.pc.in: It is too soon to include version information in the
name of the babl library at link time.

svn path=/trunk/; revision=189

19 years agoSome changes to fix build problems in FreeBSD and Windows.
Kevin Cozens [Mon, 1 Jan 2007 20:58:45 +0000 (20:58 +0000)]
Some changes to fix build problems in FreeBSD and Windows.

2007-01-01  Kevin Cozens  <kcozens@cvs.gnome.org>

Some changes to fix build problems in FreeBSD and Windows.

* configure.ac: Added missing m4 defines specifying version numbers,
and tests for libdl and libm (sets DL_LIB and MATH_LIB respectively).

* babl.pc.in: Replaced several hard-coded items with ones defined
when configure is run.

* babl/base/Makefile.am:
* extensions/Makefile.am:
* tests/Makefile.am: Use $(DL_LIB) and $(MATH_LIB) instead of
hard-coded options.

svn path=/trunk/; revision=188

19 years agoset the version of babl to 0.0.9
Øyvind Kolås [Fri, 29 Dec 2006 15:30:19 +0000 (15:30 +0000)]
set the version of babl to 0.0.9

* configure.ac: set the version of babl to 0.0.9

19 years agoset the version of babl to 0.0.8
Øyvind Kolås [Fri, 29 Dec 2006 15:29:51 +0000 (15:29 +0000)]
set the version of babl to 0.0.8

* configure.ac: set the version of babl to 0.0.8

19 years agoinclude changelog2rss script.
Øyvind Kolås [Fri, 29 Dec 2006 13:51:19 +0000 (13:51 +0000)]
include changelog2rss script.

* docs/Makefile.am: include changelog2rss script.

19 years ago Make babl compile with stricter compiler warnings, mostly related to
Øyvind Kolås [Fri, 17 Nov 2006 22:38:37 +0000 (22:38 +0000)]
Make babl compile with stricter compiler warnings, mostly related to
changing pointer arith from void* to char*.

* babl/babl-classes.h:
* babl/babl-component.c: (component_new):
* babl/babl-conversion.c: (conversion_new),
(babl_conversion_planar_process), (babl_conversion_process):
* babl/babl-core.c: (convert_double_double), (rgba_to_rgba):
* babl/babl-extension.c: (extension_new):
* babl/babl-fish-path.c: (babl_fish_path):
* babl/babl-fish-reference.c: (babl_fish_reference),
(convert_to_double), (convert_from_double), (process_same_model),
(babl_fish_reference_process):
* babl/babl-fish-simple.c: (babl_fish_simple):
* babl/babl-fish.c: (babl_fish_process):
* babl/babl-format.c: (format_new):
* babl/babl-image.c: (image_new), (babl_image_from_linear),
(babl_image):
* babl/babl-internal.h:
* babl/babl-memory.c: (babl_malloc):
* babl/babl-model.c: (model_new):
* babl/babl-type.c: (type_new), (r_interval), (test_init):
* babl/base/babl-base.c:
* babl/base/babl-base.h:
* babl/base/formats.c:
* babl/base/model-gray.c: (rgba_to_graya), (rgba_to_gray),
(rgb_to_gray_2_2), (gray_2_2_to_rgb), (graya_to_rgba),
(gray_to_rgba), (gray_alpha_premultiplied_to_rgba),
(rgba_to_gray_alpha_premultiplied),
(non_premultiplied_to_premultiplied),
(premultiplied_to_non_premultiplied),
(rgba2gray_gamma_2_2_premultiplied),
(gray_gamma_2_2_premultiplied2rgba):
* babl/base/model-rgb.c: (copy_strip_1), (g3_gamma_2_2),
(g3_inv_gamma_2_2), (non_premultiplied_to_premultiplied),
(premultiplied_to_non_premultiplied),
(rgba2rgba_gamma_2_2_premultiplied),
(rgba_gamma_2_2_premultiplied2rgba), (rgba2rgba_gamma_2_2),
(rgba_gamma_2_22rgba):
* babl/base/model-ycbcr.c: (rgba_to_ycbcra), (rgba_to_ycbcr),
(ycbcra_to_rgba), (ycbcr_to_rgba):
* babl/base/type-float.c: (convert_double_float),
(convert_float_double):
* babl/base/type-u16.c: (convert_double_u16_scaled),
(convert_u16_double_scaled):
* babl/base/type-u32.c: (convert_double_u32_scaled),
(convert_u32_double_scaled):
* babl/base/type-u8.c: (convert_double_u8_scaled),
(convert_u8_double_scaled):
* extensions/CIE-Lab.c: (rgba_to_lab), (lab_to_rgba),
(rgba_to_laba), (laba_to_rgba), (convert_double_u8_scaled),
(convert_u8_double_scaled), (convert_double_u16_scaled),
(convert_u16_double_scaled):
* extensions/gegl-fixups.c: (conv_F_8), (conv_8_F):
* extensions/gggl-lies.c: (conv_F_8), (conv_F_16), (conv_8_F),
(conv_16_F):
* extensions/gggl.c: (conv_F_8), (conv_F_16), (conv_8_F),
(conv_16_F):
* extensions/naive-CMYK.c: (rgba_to_cmyk), (cmyk_to_rgba):
* tests/babl-html-dump.c: (normalize):
* tests/babl_class_name.c:
* tests/formats.c: (format_check):
* tests/grayscale_to_rgb.c:
* tests/models.c: (model_check):
* tests/rgb_to_bgr.c:
* tests/rgb_to_ycbcr.c:
* tests/srgb_to_lab_u8.c:
* tests/types.c: (type_check):

19 years ago Set the default BABL_PATH based on the prefix babl is compiled for.
Øyvind Kolås [Wed, 15 Nov 2006 19:33:52 +0000 (19:33 +0000)]
Set the default BABL_PATH based on the prefix babl is compiled for.

* babl/Makefile.am:
* babl/babl-extension.c:

19 years agoadded "CIE Lab alpha float" as a default format.
Øyvind Kolås [Tue, 7 Nov 2006 18:07:29 +0000 (18:07 +0000)]
added "CIE Lab alpha float" as a default format.

* extensions/CIE-Lab.c: (formats): added "CIE Lab alpha float" as
a default format.

19 years agoset the version of babl to 0.0.7
Øyvind Kolås [Mon, 16 Oct 2006 23:42:46 +0000 (23:42 +0000)]
set the version of babl to 0.0.7

* configure.ac: set the version of babl to 0.0.7

19 years agoset the version of babl to 0.0.6
Øyvind Kolås [Mon, 16 Oct 2006 23:38:08 +0000 (23:38 +0000)]
set the version of babl to 0.0.6

* configure.ac: set the version of babl to 0.0.6

19 years agoCleaned up the typedef for Babl, fixes issues with g++.
Øyvind Kolås [Mon, 9 Oct 2006 13:40:41 +0000 (13:40 +0000)]
Cleaned up the typedef for Babl, fixes issues with g++.

19 years agofixed an issue with g++
Øyvind Kolås [Tue, 26 Sep 2006 13:48:48 +0000 (13:48 +0000)]
fixed an issue with g++

19 years agooutput utf8 conversion grid when building on crucible
Øyvind Kolås [Fri, 22 Sep 2006 23:18:15 +0000 (23:18 +0000)]
output utf8 conversion grid when building on crucible

19 years agoadded babl_total_usecs
Øyvind Kolås [Thu, 14 Sep 2006 15:20:36 +0000 (15:20 +0000)]
added babl_total_usecs

19 years agodecreased required automake version to 1.7.9.
Øyvind Kolås [Tue, 12 Sep 2006 21:14:00 +0000 (21:14 +0000)]
decreased required automake version to 1.7.9.

* autogen.sh: decreased required automake version to 1.7.9.

19 years agouse the autogen.sh of GIMP as a base for babl's autogen.sh. Among other
Michael Schumacher [Tue, 12 Sep 2006 20:19:29 +0000 (20:19 +0000)]
use the autogen.sh of GIMP as a base for babl's autogen.sh. Among other

2006-09-12  Michael Schumacher  <schumaml@cvs.gnome.org>

* autogen.sh: use the autogen.sh of GIMP as a base for babl's
autogen.sh. Among other things, this enables maintainer mode by
default.

19 years agobabl/babl-classes.h babl/babl-conversion.c babl/babl-fish-path.c
Kevin Cozens [Mon, 11 Sep 2006 04:37:43 +0000 (04:37 +0000)]
babl/babl-classes.h babl/babl-conversion.c babl/babl-fish-path.c

2006-09-10  Kevin Cozens  <kcozens@cvs.gnome.org>

* babl/babl-classes.h
* babl/babl-conversion.c
* babl/babl-fish-path.c
* babl/babl-fish-stats.c
* babl/babl-internal.c: Tick times are in usecs not msecs. Use longs
to hold tick values.

* babl/babl-util.h:
* babl/babl-util.c (babl_ticks): Fixed calculation of time (usecs
not msecs). Changed declaration to return a long not unsigned int.

19 years agomoved -fPIC from LD_FLAGS to CFLAGS
Øyvind Kolås [Fri, 8 Sep 2006 22:38:27 +0000 (22:38 +0000)]
moved -fPIC from LD_FLAGS to CFLAGS

19 years agoadded -fPIC to LD_FLAGS for extensions, thus making them compile on 64bit archs as...
Øyvind Kolås [Fri, 8 Sep 2006 14:19:46 +0000 (14:19 +0000)]
added -fPIC to LD_FLAGS for extensions, thus making them compile on 64bit archs as well

19 years agohave to link with libbabl.a, at least on the Windows platforms
Michael Schumacher [Mon, 4 Sep 2006 22:16:09 +0000 (22:16 +0000)]
have to link with libbabl.a, at least on the Windows platforms

2006-09-04  Michael Schumacher  <schumaml@cvs.gnome.org>

* extensions/Makefile.am: have to link with libbabl.a, at least on
the Windows platforms

19 years agoadded Makefile.in to extensions/.cvsignore
Øyvind Kolås [Thu, 31 Aug 2006 14:14:24 +0000 (14:14 +0000)]
added Makefile.in to extensions/.cvsignore

19 years agoset the version of babl to 0.0.5
Øyvind Kolås [Thu, 31 Aug 2006 14:12:05 +0000 (14:12 +0000)]
set the version of babl to 0.0.5

19 years agoupdated AUTHORS, added download link, set version to 0.0.4
Øyvind Kolås [Thu, 31 Aug 2006 14:10:39 +0000 (14:10 +0000)]
updated AUTHORS, added download link, set version to 0.0.4

19 years agofix glitch in previous commit
Øyvind Kolås [Thu, 31 Aug 2006 13:38:46 +0000 (13:38 +0000)]
fix glitch in previous commit

19 years agoadded a dependency on all for README, making it possible to do ./autogen.sh && make...
Øyvind Kolås [Thu, 31 Aug 2006 13:26:00 +0000 (13:26 +0000)]
added a dependency on all for README, making it possible to do ./autogen.sh && make distcheck from a clean CVS checkout

19 years agoAdded AM_MAINTAINER_MODE.
Kevin Cozens [Mon, 28 Aug 2006 17:30:54 +0000 (17:30 +0000)]
Added AM_MAINTAINER_MODE.

2006-08-28  Kevin Cozens  <kcozens@cvs.gnome.org>

* configure.ac: Added AM_MAINTAINER_MODE.

* docs/Makefile.am: Moved BablFishPath.txt to BUILT_EXTRA_DIST.

* tests/Makefile.am: Removed .cvsignore from EXTRA_DIST.

19 years agoChanges to get 'make distcheck' working properly.
Kevin Cozens [Mon, 28 Aug 2006 16:23:45 +0000 (16:23 +0000)]
Changes to get 'make distcheck' working properly.

2006-08-28  Kevin Cozens  <kcozens@cvs.gnome.org>

Changes to get 'make distcheck' working properly.

* docs/Makefile.am: Added BablFishPath to DISTCLEANFILES.

* extensions/Makefile.am: Added.

* extensions/Makefile.in: Removed (replaced by Makefile.am).

19 years agoadded AC_LIBTOOL_WIN32_DLL as a preparation for proper builds of shared
Michael Schumacher [Fri, 25 Aug 2006 20:36:10 +0000 (20:36 +0000)]
added AC_LIBTOOL_WIN32_DLL as a preparation for proper builds of shared

2006-08-25  Michael Schumacher  <schumaml@cvs.gnome.org>

* configure.ac: added AC_LIBTOOL_WIN32_DLL as a preparation for
proper builds of shared libs on win32 & there's no need to define
OS_WIN32 here...
* babl/babl-extension.c:  ...if the only place where it is needed
can be handled by HAVE_DLFCN_H

19 years agodo not add libbabl.a into plug-ins
Øyvind Kolås [Thu, 24 Aug 2006 21:56:05 +0000 (21:56 +0000)]
do not add libbabl.a into plug-ins

19 years agoAdded -lm to LDFLAGS
Øyvind Kolås [Thu, 6 Jul 2006 22:01:16 +0000 (22:01 +0000)]
Added -lm to LDFLAGS

19 years agostripped trailing /babl from CFLAGS include path
Øyvind Kolås [Fri, 23 Jun 2006 22:55:07 +0000 (22:55 +0000)]
stripped trailing /babl from CFLAGS include path

19 years agodo not do type checking based on pointer decorations in a public API
Øyvind Kolås [Mon, 12 Jun 2006 19:33:06 +0000 (19:33 +0000)]
do not do type checking based on pointer decorations in a public API

19 years agopreinitialize known formats
Øyvind Kolås [Tue, 6 Jun 2006 21:07:08 +0000 (21:07 +0000)]
preinitialize known formats

19 years agoadded a set of conversions (and formats) from gggl
Øyvind Kolås [Tue, 6 Jun 2006 19:46:54 +0000 (19:46 +0000)]
added a set of conversions (and formats) from gggl

19 years agodo not rely on a tempfile tool
Øyvind Kolås [Tue, 6 Jun 2006 19:09:33 +0000 (19:09 +0000)]
do not rely on a tempfile tool

19 years agodo not rely on a tempfile tool
Øyvind Kolås [Tue, 6 Jun 2006 19:03:26 +0000 (19:03 +0000)]
do not rely on a tempfile tool

19 years agospeed up GEGL
Øyvind Kolås [Mon, 5 Jun 2006 00:56:33 +0000 (00:56 +0000)]
speed up GEGL

19 years agofixed some compile warnings
Øyvind Kolås [Fri, 2 Jun 2006 08:59:54 +0000 (08:59 +0000)]
fixed some compile warnings

19 years agoadded babl-classes to the installed headers
Øyvind Kolås [Fri, 2 Jun 2006 08:51:39 +0000 (08:51 +0000)]
added babl-classes to the installed headers

20 years agoadded link to DHTML coverage chart
Øyvind Kolås [Wed, 22 Feb 2006 13:00:56 +0000 (13:00 +0000)]
added link to DHTML coverage chart

20 years agoadded gggl backing conversions
Øyvind Kolås [Wed, 22 Feb 2006 12:58:25 +0000 (12:58 +0000)]
added gggl backing conversions

20 years agoadd libgw32 and its dependencies to LDADD for the win32 platform
Michael Schumacher [Sat, 17 Dec 2005 21:34:39 +0000 (21:34 +0000)]
add libgw32 and its dependencies to LDADD for the win32 platform

2005-12-17  Michael Schumacher  <schumaml@cvs.gnome.org>

* extensions/Makefile.in: add libgw32 and its dependencies to
LDADD for the win32 platform

20 years agolanguage cleanup
Øyvind Kolås [Thu, 10 Nov 2005 18:37:11 +0000 (18:37 +0000)]
language cleanup

20 years agouse AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS.
Sven Neumann [Tue, 8 Nov 2005 15:28:54 +0000 (15:28 +0000)]
use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS.

2005-11-08  Sven Neumann  <sven@gimp.org>

* configure.ac: use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS.

20 years agofixed an invalid memory access
Øyvind Kolås [Fri, 4 Nov 2005 10:10:11 +0000 (10:10 +0000)]
fixed an invalid memory access

20 years agoadded missing argument
Øyvind Kolås [Sat, 8 Oct 2005 10:44:28 +0000 (10:44 +0000)]
added missing argument

20 years agoadded fish time usage profiling
Øyvind Kolås [Tue, 27 Sep 2005 18:23:57 +0000 (18:23 +0000)]
added fish time usage profiling

20 years agosrgb -> R'G'B' u8
Øyvind Kolås [Mon, 26 Sep 2005 22:15:40 +0000 (22:15 +0000)]
srgb -> R'G'B' u8

20 years agoupdate due to information from BablFishStats
Øyvind Kolås [Mon, 26 Sep 2005 22:09:07 +0000 (22:09 +0000)]
update due to information from BablFishStats

20 years agoupgrading BablFishPath
Øyvind Kolås [Mon, 26 Sep 2005 22:06:32 +0000 (22:06 +0000)]
upgrading BablFishPath

20 years agoprofiling on demand
Øyvind Kolås [Mon, 26 Sep 2005 21:58:17 +0000 (21:58 +0000)]
profiling on demand

20 years agoreorganizing babl-stats
Øyvind Kolås [Mon, 26 Sep 2005 21:49:19 +0000 (21:49 +0000)]
reorganizing babl-stats

20 years agoremoved redundant entries from .cvsignore files, added new ones
Sven Neumann [Tue, 20 Sep 2005 11:37:56 +0000 (11:37 +0000)]
removed redundant entries from .cvsignore files, added new ones

20 years agos/DHTML/interactive/
Øyvind Kolås [Mon, 19 Sep 2005 18:47:09 +0000 (18:47 +0000)]
s/DHTML/interactive/

20 years agoBablFishPath touchups
Øyvind Kolås [Mon, 19 Sep 2005 18:40:41 +0000 (18:40 +0000)]
BablFishPath touchups

20 years agoadding gggl extension
Øyvind Kolås [Sun, 18 Sep 2005 22:33:16 +0000 (22:33 +0000)]
adding gggl extension

20 years agoadding tool to convert changelog into rss
Øyvind Kolås [Sun, 18 Sep 2005 21:13:07 +0000 (21:13 +0000)]
adding tool to convert changelog into rss

20 years agowebsite updates
Øyvind Kolås [Sun, 18 Sep 2005 21:09:34 +0000 (21:09 +0000)]
website updates

20 years agoAdded BablFishPath introspecters, moved logic out of rest into bablcore
Øyvind Kolås [Sun, 18 Sep 2005 21:08:17 +0000 (21:08 +0000)]
Added BablFishPath introspecters, moved logic out of rest into bablcore

20 years agoregister linear reference functions
Øyvind Kolås [Sun, 18 Sep 2005 21:02:22 +0000 (21:02 +0000)]
register linear reference functions

20 years agoimporting BablFishPath
Øyvind Kolås [Sun, 18 Sep 2005 21:00:05 +0000 (21:00 +0000)]
importing BablFishPath

20 years agolist_each and babl_ticks()
Øyvind Kolås [Sun, 18 Sep 2005 20:49:58 +0000 (20:49 +0000)]
list_each and babl_ticks()

20 years agodo some additional initializing
Øyvind Kolås [Sun, 18 Sep 2005 20:44:26 +0000 (20:44 +0000)]
do some additional initializing

20 years agomemory sugar
Øyvind Kolås [Sun, 18 Sep 2005 20:27:37 +0000 (20:27 +0000)]
memory sugar

20 years agocode simplification
Øyvind Kolås [Mon, 12 Sep 2005 00:58:08 +0000 (00:58 +0000)]
code simplification

20 years agoshut up cvs
Sven Neumann [Sun, 11 Sep 2005 22:56:22 +0000 (22:56 +0000)]
shut up cvs

20 years agoadding (unused) loss field to BablFormat, simplification of statistical calculations...
Øyvind Kolås [Sun, 11 Sep 2005 22:45:46 +0000 (22:45 +0000)]
adding (unused) loss field to BablFormat, simplification of statistical calculations done in tests

20 years agoNULL sentinel attribute
Øyvind Kolås [Sun, 11 Sep 2005 19:27:19 +0000 (19:27 +0000)]
NULL sentinel attribute

20 years agoadded loss calculation
Øyvind Kolås [Sun, 11 Sep 2005 12:15:17 +0000 (12:15 +0000)]
added loss calculation

20 years agoname normalization
Øyvind Kolås [Sun, 11 Sep 2005 12:13:06 +0000 (12:13 +0000)]
name normalization

20 years agoremoved unused list of conversions to foo
Øyvind Kolås [Sun, 11 Sep 2005 10:46:59 +0000 (10:46 +0000)]
removed unused list of conversions to foo

20 years agodocumentation updates
Øyvind Kolås [Fri, 9 Sep 2005 11:13:30 +0000 (11:13 +0000)]
documentation updates

20 years agofixing float->int conversions
Øyvind Kolås [Fri, 9 Sep 2005 11:11:47 +0000 (11:11 +0000)]
fixing float->int conversions

20 years agoupdating tests
Øyvind Kolås [Fri, 9 Sep 2005 11:10:30 +0000 (11:10 +0000)]
updating tests